github.com/klauspost/compress/zstd/internal/xxhash.Digest.v1 (field)
7 uses
github.com/klauspost/compress/zstd/internal/xxhash (current package)
xxhash.go#L29: v1 uint64
xxhash.go#L47: d.v1 = primes[0] + prime2
xxhash.go#L78: d.v1 = round(d.v1, u64(d.mem[0:8]))
xxhash.go#L120: v1, v2, v3, v4 := d.v1, d.v2, d.v3, d.v4
xxhash.go#L166: b = appendUint64(b, d.v1)
xxhash.go#L185: b, d.v1 = consumeUint64(b)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |